- mrb_ary_clear
mrb_value mrb_ary_clear(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_concat
void mrb_ary_concat(mrb_state* , mrb_value , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_decref
void mrb_ary_decref(mrb_state* , mrb_shared_array* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_entry
mrb_value mrb_ary_entry(mrb_value ary, mrb_int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_join
mrb_value mrb_ary_join(mrb_state* mrb, mrb_value ary, mrb_value sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_len
mrb_int mrb_ary_len(mrb_state* mrb, mrb_value ary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_modify
void mrb_ary_modify(mrb_state* , RArray* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_new
mrb_value mrb_ary_new(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_new_capa
mrb_value mrb_ary_new_capa(mrb_state* , mrb_int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_new_from_values
mrb_value mrb_ary_new_from_values(mrb_state* mrb, mrb_int size, const(mrb_value)* vals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_pop
mrb_value mrb_ary_pop(mrb_state* mrb, mrb_value ary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_push
void mrb_ary_push(mrb_state* , mrb_value , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_ref
mrb_value mrb_ary_ref(mrb_state* mrb, mrb_value ary, mrb_int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_replace
void mrb_ary_replace(mrb_state* mrb, mrb_value a, mrb_value b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_resize
mrb_value mrb_ary_resize(mrb_state* mrb, mrb_value ary, mrb_int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_set
void mrb_ary_set(mrb_state* mrb, mrb_value ary, mrb_int n, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_shift
mrb_value mrb_ary_shift(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_splat
mrb_value mrb_ary_splat(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_ary_unshift
mrb_value mrb_ary_unshift(mrb_state* mrb, mrb_value self, mrb_value item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_assoc_new
mrb_value mrb_assoc_new(mrb_state* mrb, mrb_value car, mrb_value cdr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_check_array_type
mrb_value mrb_check_array_type(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.